home *** CD-ROM | disk | FTP | other *** search
- package sun.plugin.resources;
-
- import java.util.ListResourceBundle;
-
- public class ControlPanel extends ListResourceBundle {
- static final Object[][] contents = new Object[][]{{"panel.basic", "Basic"}, {"panel.advanced", "Advanced"}, {"panel.proxies", "Proxies"}, {"panel.apply", "Apply"}, {"panel.cancel", "Reset"}, {"panel.apply_failed", "Failed to write property file"}, {"panel.apply_failed_title", "Apply Failed"}, {"basic.enable_java", "Enable Java Plug-in"}, {"basic.show_console", "Show Java Console"}, {"basic.cache_jars", "Cache JARs in memory"}, {"basic.network_access", "Network access"}, {"basic.network_none", "None"}, {"basic.network_host", "Applet Host"}, {"basic.network_all", "Unrestricted"}, {"basic.java_parms", "Java Run Time Parameters"}, {"advanced.jre_name", "Java Run Time Environment"}, {"advanced.path", "Path :"}, {"advanced.enable_jit", "Enable Just In Time Compiler"}, {"advanced.jit_path", "JIT path"}, {"advanced.enable_debug", "Enable Debug"}, {"advanced.debug_settings", "Debug Settings"}, {"advanced.debug_port", "Debug Port :"}, {"advanced.other_jdk", "Other..."}, {"proxy.use_browser", "Use browser settings"}, {"proxy.proxy_settings", "Proxy Settings"}, {"proxy.protocol_type", "Type"}, {"proxy.proxy_address", "Proxy Address"}, {"proxy.proxy_port", "Port"}, {"proxy.http", "HTTP"}, {"proxy.ftp", "FTP"}, {"proxy.gopher", "Gopher"}, {"proxy.same_for_all_protocols", "Same proxy server for all protocols"}, {"main.control_panel_title", "Java(TM) Plug-in Properties"}, {"config.property_file_header", "# Java(TM) Plug-in Properties\n# DO NOT EDIT THIS FILE. It is machine generated.\n# Use the Activator Control Panel to edit properties."}};
-
- public Object[][] getContents() {
- return contents;
- }
- }
-